Welcome![Sign In][Sign Up]
Location:
Search - socket tcp

Search list

[Software EngineeringFile-transfer-system-based-on-TCP

Description: 本系统借助JAVASE平台,使用socket通信实现两台计算机间的文件传输并设计了相应的GUI。本文给出了socket模式下实现文件准确快速传输的详细方法, 并给出了相应的核心实现代码。-System With JAVASE platform file transfer between two computers using socket communication and design appropriate GUI. Socket mode files quickly and accurately transfer method and corresponding core code.
Platform: | Size: 241664 | Author: 何鹏飞 | Hits:

[IOSTcpDemo

Description: 利用 Socket,tcp协议建立点对点聊天-The Socket, tcp protocol to establish peer-to-peer chat
Platform: | Size: 176128 | Author: chenming | Hits:

[Internet-NetworkTCP

Description: 优化的C# socket异步服务器端和客户端,能连接SQL,支持连续发送、多客户端-Optimized C# socket asynchronous server-side and client can connect to SQL, support continuous transmission, multi-client
Platform: | Size: 108544 | Author: 伍健 | Hits:

[TCP/IP stackSocket.chat-master

Description: 这是一个开源代码,在linux系统中实现局域网聊天,利用TCP/IP协议。-This is an open source code, LAN chat in the Linux system, using TCP/IP protocol.
Platform: | Size: 8192 | Author: | Hits:

[CSharpTCP-SOCKET

Description: C#采用TCP协议进行socket通信,有server端跟客户端的例子以供学习-C# using TCP socket communication, the server-side and client examples for learning
Platform: | Size: 46080 | Author: 徐晓柔 | Hits:

[Internet-Networksocket

Description: 支持TCP连接、互斥锁、条件变量、线程创建-Supports TCP connections, mutexes, condition variables, thread creation
Platform: | Size: 5120 | Author: cm | Hits:

[Internet-NetworkTCP-send-file

Description: Windows socket发送接收文件,mfc界面,很规范,对丢包有处理-Windows socket send and receive files, mfc interface, very standardized packet loss treatment
Platform: | Size: 5327872 | Author: donglei | Hits:

[CSharpSocket

Description: Winsock in C# for tcp/ip Connect
Platform: | Size: 1024 | Author: behnem eslamirad | Hits:

[OtherCode1

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, network program, Socket is connected to the application and the network driver bridge, Socket created in the application, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. Received by the computer from the network with the Socket bound IP+ the Port related data, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.
Platform: | Size: 26624 | Author: 张媛媛 | Hits:

[Internet-NetworkNetClient

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, network program, Socket is connected to the application and the network driver bridge, Socket created in the application, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. Received by the computer from the network with the Socket bound IP+ the Port related data, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.
Platform: | Size: 7036928 | Author: 彩虹 | Hits:

[TCP/IP stackSocket

Description: tcp/ip检测,测试发送是否正常,并连接或断开-using to test protocl of TCP/IP
Platform: | Size: 154624 | Author: 李兵 | Hits:

[Internet-Networksocket_select_recv

Description: socket tcp 多用户登录 selelct模型 服务器端-multi-user socket tcp to login selelct model server-side
Platform: | Size: 1024 | Author: JackHu | Hits:

[Internet-Networkclient

Description: socket tcp 多用户登录 selelct模型 客户端-multi-user socket tcp to login selelct model client
Platform: | Size: 1024 | Author: JackHu | Hits:

[Internet-NetworkTCP-server-design

Description: TCP服务器设计 基于Socket技术实现的局域网聊天系统的功能与特点。实现了服务器的额基本功能-TCP server design is based on the functions and features of the Socket technology LAN chat system. The amount of the basic functions of the server
Platform: | Size: 2838528 | Author: 郝爱爱 | Hits:

[Othertcp-ip

Description: tcp-ip的学习笔记,对socket编程很重要,欢迎大家下载。-tcp-ip study notes, socket programming is very important, welcome everyone to download.
Platform: | Size: 2048 | Author: 高琪 | Hits:

[JSP/Javasocket

Description: 基于TCP的客户端与服务器的交互程序,适合计算机网络初学者、网站开发人员学习-socket programming on tcp protocol
Platform: | Size: 1024 | Author: L | Hits:

[VC/MFClesson-14

Description: 孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.
Platform: | Size: 760832 | Author: 谢建伟 | Hits:

[CommunicationSocket-MultiThread

Description: Socket实现进程间通信,系统控制节点监听连接,与通信节点实现Socket通信,采用TCP通信协议。-IPC through winsocket
Platform: | Size: 20480 | Author: 梁伟凡 | Hits:

[Internet-NetworkTCP-IP--Socket

Description: MFC 基于TCP/IP的简单网络通信,适合网络通信的初学者学习,也许,代码很简单,希望可以帮到一些人-vc TCP/IP ,a easy code for communication
Platform: | Size: 8558592 | Author: 彭云鹤 | Hits:

[TCP/IP stackTCP.IPprotocolAndNetwork

Description: 《TCP/IP协议及网络编程技术》是一本关于TCP/IP协议原理及编程技术的教材,由两部分组成:第1部分系统地介绍了TCP/IP协议族的体系结构,并分别介绍了IP层、传输层和应用层中各种协议的具体原理和工作机制;第2部分介绍了基于socket编程接口的网络编程技术,重点讲述了客户端和服务器端编程应注意的问题、可用的模式和技术。-"TCP/IP and network programming technology" is a textbook on the TCP/IP protocol principles and programming techniques, is composed of two parts: the first part of the system architecture of the TCP/IP protocol suite, and introduced IP layer, transport layer and application layer protocol specific principles and working mechanism Part 2 focuses on the client and server side programming should pay attention to the problem of network programming technology based on socket programming interface, available mode and technology.
Platform: | Size: 12731392 | Author: 高粱 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net